home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / makemdi2.zip / MAKEMDI.H < prev    next >
C/C++ Source or Header  |  1992-11-25  |  920b  |  30 lines

  1. // ================================================================= 
  2. // MakeMDI include file 
  3. // 
  4. // MAKEMDI adaptation of Windows 3.1 SDK MAKEAPP system. 
  5. // 
  6. // MDI application design based on Chapter 7 of     
  7. // "Windows 3: A Developer's Guide" by Jeffrey Richter. 
  8. // 
  9. // Adaptation developed with permission of the author by  
  10. // John F. Holliday, Technisoft Corporation 
  11. // Telephone: (515) 472-9803, CompuServe: 71271,634 
  12. //
  13. // [DMM]    25-Nov-1992: Fixed crashing on exit
  14. //            Also tabified file to tabsize of 4
  15. //
  16. //            David M. Miller, Business Visions, Inc.
  17. //            Telephone: (212) 747-6118
  18. //            CompuServe: 72676,327
  19. //            internet: dmiller@hera.sbi.com
  20. // ================================================================= 
  21. #define OEMRESOURCE
  22. #include <windows.h>
  23. #include <windowsx.h>
  24.  
  25. #include "resource.h"
  26. #include "app.h"
  27. #include "frame.h"
  28. #include "ribbon.h"
  29. #include "client.h"
  30.